home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / pgp23src.zip / GETOPT.H < prev    next >
Text File  |  1993-05-09  |  105b  |  4 lines

  1. #ifndef UNIX    /* avoid conflict with stdlib.h */
  2. int getopt(int argc, char **argv, char *opts);
  3. #endif
  4.